x86/mm: re-indent after "re-arrange get_page_from_l<N>e() vs pv_l1tf_check_l<N>e()"
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Sep 2018 10:21:32 +0000 (12:21 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Sep 2018 10:21:32 +0000 (12:21 +0200)
commit2de083a11848525dd7bfc6383e6033b91f7032ef
tree01ed97d183a6d2c7ddb61bdf1c74fc079185b4c4
parent3e828f882a6b54d65f062c1e4c7895f3747bc790
x86/mm: re-indent after "re-arrange get_page_from_l<N>e() vs pv_l1tf_check_l<N>e()"

That earlier change introduced two "else switch ()" constructs which now
get converted back to "normal" style (indentation). To limit indentation
depth, a conditional gets inverted in ptwr_emulated_update().

No functional change intended.

Requested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c
xen/arch/x86/pv/ro-page-fault.c